home *** CD-ROM | disk | FTP | other *** search
/ Creative Review 39 / Creative-Review-CD-ROM-39.iso / pc / more / continuum / project2.dir / 00392_Script_go to objects < prev    next >
Text File  |  1998-06-02  |  413b  |  20 lines

  1. global theLabel
  2. on mouseUp me
  3.   if (theLabel = 50) then
  4.     set the locV of sprite 30 to 1000
  5.     puppetTransition 27, 0, 300
  6.   end if
  7.   go to label("objects")+(the frame - theLabel)
  8.   set theLabel = 540
  9. end
  10.  
  11. on mouseEnter me
  12.   if theLabel = 10 then set the locV of sprite 81 to 94
  13.   updatestage
  14. end
  15.  
  16. on mouseLeave me
  17.   if theLabel = 10 then set the locV of sprite 81 to -500
  18.   updatestage
  19. end
  20.